home *** CD-ROM | disk | FTP | other *** search
- Path: detroit.freenet.org!ag775
- From: ag775@detroit.freenet.org (Bill Beogelein)
- Newsgroups: comp.sys.amiga.datacomm
- Subject: Terminus Script Help
- Date: 6 Feb 1996 17:59:12 GMT
- Organization: Greater Detroit Free-Net, Detroit, MI
- Message-ID: <4f84tg$drq@detroit.freenet.org>
- Reply-To: ag775@detroit.freenet.org (Bill Beogelein)
- NNTP-Posting-Host: detroit.freenet.org
-
- What am I doing wrong here?
- I have 2 Terminus scripts and I want #1 to call #2.
-
- 1> site$ = "foo"
- 1> PRINT LOCAL site$
- 1> chain "ram:2"
-
- 2> PRINT LOCAL site$
- 2> END
-
- It just locks up my A3000 when script #2 is called.
-
- Is there a better way to 'chain' 1 script to another and keep variables
- intact? (According to the docs, the CHAIN cmd should NOT be clearing
- any of my variables, but that is what it appears to be doing anyway.)
-
- Thanks.
-
- --
-